Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue 3007 - fix base64 decoding logic for single- and multi-line encoded string #4057

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

mrakopes
Copy link

@mrakopes mrakopes commented Apr 28, 2022

#3007

The parameters for openssl base64 -d in _dbase64() are wrong. When used with current version of openssl, its actualy working fine as far as i know but the parameters are wrong and in could cause other unexpected bugs or issues.

More info in my comment: #3007 (comment)

@Neilpang
Copy link
Member

thanks

@Neilpang Neilpang merged commit ef8a199 into acmesh-official:dev Apr 29, 2022
@mrakopes mrakopes deleted the master branch April 29, 2022 10:33
@mrakopes mrakopes restored the master branch April 29, 2022 10:34
@mrakopes mrakopes deleted the master branch April 29, 2022 10:49
Djelibeybi added a commit to Djelibeybi/acme.sh that referenced this pull request May 21, 2022
The change to _dbase64 made in acmesh-official#4057 broke the way OCI_CLI_KEY
was decoded from the previously encoded file content. This
fixes the decode by removing the multiline parameter.

Signed-off-by: Avi Miller <avi.miller@oracle.com>
Djelibeybi added a commit to Djelibeybi/acme.sh that referenced this pull request May 21, 2022
The change made in acmesh-official#4057 broke the decoding of OCI_CLI_KEY from
the encoded OCI_CLI_KEY_FILE content so this removes the multiline
parameter to fix it.

Signed-off-by: Avi Miller <avi.miller@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants